home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0056.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1.2 KB  |  37 lines

  1. >     
  2. >     Where would I get information on the functions, syntax and parameters,
  3.  
  4. >     for a library that I might want to use?
  5.  
  6. If you download the library from Aminet (I have an up-to-date of all
  7. libraries I know on Aminet with .FD files) or my page at
  8. www.mushy-pd.demon.co.uk/fd.html there is usually an FD file in there with
  9. it. If not, then its a little more difficult to use. Heres an example of
  10. what one looks like:
  11.  
  12. ** $VER: mpega.library 1.0 (25.10.97) (C) 1997 Stephane TAVENARD
  13. ##base _MPEGABase
  14. ##bias 30
  15. ##public
  16. MPEGA_open(filename,ctrl)(a0,a1)
  17. MPEGA_close(mpds)(a0)
  18. MPEGA_decode_frame(mpds,pcm)(a0,a1)
  19. MPEGA_seek(mpds,ms_time_position)(a0,d0)
  20. MPEGA_time(mpds,ms_time_position)(a0,a1)
  21. MPEGA_find_sync(buffer,buffer_size)(a0,d0)
  22. ##end
  23.  
  24. Mush
  25. -- 
  26.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  27.   *alt.religion.amos* - AMOS now on usenet! AMOS Mailinglist also mirrored
  28.  
  29. * Proud Member of the AMOSPro V3 Development Team & Official AMOS Library *
  30.  
  31.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  32.  
  33.    Also official US distributor of  F1 Software. Quality Amiga titles at
  34.                 quality prices. See homepage for links.
  35.  
  36.  
  37.